home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Multimedia Live! 1997 June
/
Multimedia Live (PC World)(June 1997 - Volume 2.12).ISO
/
sharware
/
tools
/
hj-ins~1
/
install.exe
/
RCDATA
/
TFORMPROGRAMGROUPBOX
/
TFORMPROGRAMGROUPBOX.txt
Wrap
Text File
|
1997-03-08
|
1KB
|
69 lines
object FormProgramGroupBox: TFormProgramGroupBox
Left = 133
Top = 201
BorderStyle = bsDialog
Caption = 'Program Group selection'
ClientHeight = 240
ClientWidth = 446
Color = clSilver
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 0
Top = 0
Width = 346
Height = 240
Align = alClient
ItemHeight = 13
Sorted = True
TabOrder = 0
OnDblClick = ListBox1DblClick
end
object Panel1: TPanel
Left = 346
Top = 0
Width = 100
Height = 240
Align = alRight
Alignment = taRightJustify
BevelInner = bvLowered
BevelOuter = bvLowered
TabOrder = 1
object ButtonCreateGroup: TButton
Left = 14
Top = 13
Width = 75
Height = 25
Caption = 'Create &group'
TabOrder = 0
OnClick = ButtonCreateGroupClick
end
object ButtonCancel: TButton
Left = 14
Top = 173
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = ButtonCancelClick
end
object ButtonOK: TButton
Left = 14
Top = 205
Width = 75
Height = 25
Caption = '&OK'
TabOrder = 2
OnClick = ButtonOKClick
end
end
end